projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a364d
)
(command-apropos): Print echo area message iff found symbols.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Mar 1993 17:48:56 +0000
(17:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Mar 1993 17:48:56 +0000
(17:48 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 95d082973613b47b12d83881481f72c7b0c0c2f8..3be32b6ce5761064afd3cce5d656abec80901ac0 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-381,8
+381,8
@@
documentation found."
(let ((message
(let ((standard-output (get-buffer-create "*Help*")))
(print-help-return-message 'identity))))
- (apropos string t 'commandp)
-
(and message (message message
))))
+ (
if (
apropos string t 'commandp)
+
(and message (message message)
))))
(defun locate-library (library &optional nosuffix)
"Show the full path name of Emacs library LIBRARY.